home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / PrecompH / Include / FWHeader.h
Encoding:
Text File  |  1995-11-08  |  544 b   |  24 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:        FWFound.h
  4. //    Release Version:    $ 1.0d11 $
  5. //
  6. //    Copyright:    1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWHEADER_H
  11. #define FWHEADER_H
  12.  
  13. // Automatic generation of precompiled headers
  14.  
  15. #define    FW_AGGRESSIVE_PRECOMPILE    1
  16. #define    FW_USE_PRECOMPILED_HEADERS    1
  17.  
  18. #include "FWFound.hpp"
  19.  
  20. #include "FWOS.hpp"
  21.  
  22. #include "FWFrameW.hpp"
  23.  
  24. #endif